home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMUSERSPAN / TFRMUSERSPAN.txt
Encoding:
Text File  |  2004-07-08  |  2.0 KB  |  102 lines

  1. object frmUserSpan: TfrmUserSpan
  2.   Left = 384
  3.   Top = 563
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmUserSpan'
  6.   ClientHeight = 122
  7.   ClientWidth = 405
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object gbSize: TGroupBox
  22.     Left = 4
  23.     Top = 0
  24.     Width = 300
  25.     Height = 116
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     TabOrder = 2
  28.     object lSpanInfo: TLabel
  29.       Left = 8
  30.       Top = 16
  31.       Width = 45
  32.       Height = 13
  33.       Caption = 'lSpanInfo'
  34.     end
  35.     object lSpecialSize: TLabel
  36.       Left = 8
  37.       Top = 84
  38.       Width = 57
  39.       Height = 13
  40.       Caption = 'lSpecialSize'
  41.       Enabled = False
  42.     end
  43.     object cbSpanMode: TComboBox
  44.       Left = 8
  45.       Top = 36
  46.       Width = 280
  47.       Height = 21
  48.       Style = csDropDownList
  49.       Anchors = [akLeft, akTop, akRight]
  50.       ItemHeight = 13
  51.       TabOrder = 0
  52.       OnChange = cbSpanModeChange
  53.       Items.Strings = (
  54.         '*'
  55.         '*'
  56.         '*'
  57.         '*'
  58.         '*'
  59.         '*'
  60.         '*')
  61.     end
  62.     object edUserSize: TEdit
  63.       Left = 160
  64.       Top = 80
  65.       Width = 128
  66.       Height = 21
  67.       Anchors = [akLeft, akTop, akRight]
  68.       Enabled = False
  69.       TabOrder = 1
  70.       Text = '0'
  71.     end
  72.   end
  73.   object btnOk: TButton
  74.     Left = 314
  75.     Top = 6
  76.     Width = 85
  77.     Height = 25
  78.     Anchors = [akTop, akRight]
  79.     Caption = 'btnOk'
  80.     Default = True
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 0
  88.     OnClick = btnOkClick
  89.   end
  90.   object btnCancel: TButton
  91.     Left = 314
  92.     Top = 40
  93.     Width = 85
  94.     Height = 25
  95.     Anchors = [akTop, akRight]
  96.     Cancel = True
  97.     Caption = 'btnCancel'
  98.     TabOrder = 1
  99.     OnClick = btnCancelClick
  100.   end
  101. end
  102.